home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2001 May / may_2001.iso / intercd / root / Multimedia / ^DivX_Article / virtualdub / VirtualDub-source-1_4d / verstub.asm < prev    next >
Encoding:
Assembly Source File  |  2001-03-28  |  156 b   |  12 lines

  1.     .386
  2.     .model    flat
  3.     .data
  4.  
  5.     public    _version_num
  6.     public    _version_time
  7.  
  8. _version_num    dd    12667
  9. _version_time    db    "Thu Mar 29 04:26:14 2001",0
  10.  
  11.     end
  12.